home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Top 50 / The Best of Select Top 50 Volume 1.iso / marath2 / go.bat < prev    next >
DOS Batch File  |  1997-09-24  |  211b  |  15 lines

  1. @cls
  2. @if exist c:\progra~1\marath~1\m2demo.exe goto noinstall
  3. @echo  
  4. @echo  
  5. @md c:\marathon2
  6. @xcopy . c:\marathon2 /s
  7. @c:
  8. @cd \marathon2
  9. @setup
  10. :noinstall
  11. @c:
  12. @cd \progra~1\marath~1
  13. @m2demo
  14. :end
  15.